-
Home
-
Leyka
-
3.14
-
Code
-
Classes
- PaymentMethodBankCard
Total Complexity |
37 |
Dependencies |
6 |
Dependents |
0 |
Total lines |
198 |
Lines of code |
117 |
Logical lines of code |
47 |
Comment lines |
47 |
Methods |
11 |
Properties |
5 |
Methods 11
Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
setExpiryMonth() |
A |
50 |
9 |
29 |
setExpiryYear() |
S |
56 |
7 |
18 |
setCardType() |
S |
56 |
5 |
18 |
setLast4() |
S |
57 |
5 |
17 |
setFirst6() |
S |
57 |
5 |
17 |
__construct() |
S |
81 |
1 |
3 |
getLast4() |
S |
82 |
1 |
3 |
getFirst6() |
S |
82 |
1 |
3 |
getExpiryYear() |
S |
82 |
1 |
3 |
getExpiryMonth() |
S |
82 |
1 |
3 |
getCardType() |
S |
82 |
1 |
3 |